home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
neue_programme
/
gfx
/
edit
/
tsmorph
/
rexx
/
postscript.tsm
< prev
next >
Wrap
Text File
|
1995-06-01
|
450b
|
14 lines
/* example Postscript script file for TSMorph */
/* This is the default do nothing script */
/* $VER: Postscript_TSM 2.0 (13.6.93)
*/
parse arg Frame TotalFrames Single FileName
/* Frame - current frame number starting from Start frame
* TotalFrames - total number of frames
* Single - 1 for Single image warp, 0 for two image morph, 2 for Anim Morph, 3 for Anim Warp
* FileName - Name of 24 bit image just produced
*/
exit